Partially fixed GtkTreeview for extended layout
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:30:14 +0000 (20:30 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:28 +0000 (20:59 -0400)
commit22de1a7c65580ad2c73fb989984c332dd850f6b0
tree2bdf362b9e245e6dca5ea7fcef00c400ad48f30f
parenta18af0b98087923b254d8cbe29522e1265550bb1
Partially fixed GtkTreeview for extended layout

Removed the size_request() handling on the class and calculate
minimum size from get_desired_size(); base the natural width on
either the minimum of column headers, or a greater natural request
of the columns renderers.
gtk/gtktreeview.c